﻿2026-06-06T06:01:00.4028212Z ##[group]Run actions/checkout@v5
2026-06-06T06:01:00.4030453Z with:
2026-06-06T06:01:00.4031303Z   repository: SaberMage/spt-core
2026-06-06T06:01:00.4039811Z   token: ***
2026-06-06T06:01:00.4040756Z   ssh-strict: true
2026-06-06T06:01:00.4041547Z   ssh-user: git
2026-06-06T06:01:00.4042362Z   persist-credentials: true
2026-06-06T06:01:00.4043257Z   clean: true
2026-06-06T06:01:00.4044069Z   sparse-checkout-cone-mode: true
2026-06-06T06:01:00.4045011Z   fetch-depth: 1
2026-06-06T06:01:00.4045793Z   fetch-tags: false
2026-06-06T06:01:00.4046586Z   show-progress: true
2026-06-06T06:01:00.4047377Z   lfs: false
2026-06-06T06:01:00.4048120Z   submodules: false
2026-06-06T06:01:00.4048990Z   set-safe-directory: true
2026-06-06T06:01:00.4050818Z ##[endgroup]
2026-06-06T06:01:00.5587409Z Syncing repository: SaberMage/spt-core
2026-06-06T06:01:00.5592645Z ##[group]Getting Git version info
2026-06-06T06:01:00.5594427Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:01:00.5596933Z [command]/usr/bin/git version
2026-06-06T06:01:00.5598010Z git version 2.34.1
2026-06-06T06:01:00.5601615Z ##[endgroup]
2026-06-06T06:01:00.5610835Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/71189cfd-ea45-493e-949d-4f7480d72d89/.gitconfig'
2026-06-06T06:01:00.5620275Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/71189cfd-ea45-493e-949d-4f7480d72d89' before making global git config changes
2026-06-06T06:01:00.5623003Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:01:00.5627918Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:01:00.5680957Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:01:00.5711116Z https://github.com/SaberMage/spt-core
2026-06-06T06:01:00.5734668Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:01:00.5742560Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:01:00.5799442Z refs/heads/dev-freeform
2026-06-06T06:01:00.5802424Z [command]/usr/bin/git checkout --detach
2026-06-06T06:01:00.5880983Z HEAD is now at 422304c fix(docs-site): theme sizing — mdBook root is 10px, not 16px
2026-06-06T06:01:00.5926676Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:01:00.5977749Z Deleted branch dev-freeform (was 422304c).
2026-06-06T06:01:00.6023973Z ##[endgroup]
2026-06-06T06:01:00.6029375Z [command]/usr/bin/git submodule status
2026-06-06T06:01:00.6284888Z ##[group]Cleaning the repository
2026-06-06T06:01:00.6289879Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:01:01.0996013Z Removing target/
2026-06-06T06:01:01.1008179Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:01:01.1088732Z HEAD is now at 422304c fix(docs-site): theme sizing — mdBook root is 10px, not 16px
2026-06-06T06:01:01.1094967Z ##[endgroup]
2026-06-06T06:01:01.1098559Z ##[group]Disabling automatic garbage collection
2026-06-06T06:01:01.1105219Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:01:01.1142762Z ##[endgroup]
2026-06-06T06:01:01.1144765Z ##[group]Setting up auth
2026-06-06T06:01:01.1153667Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:01:01.1196842Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:01:01.1444644Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:01:01.1486658Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:01:01.1762524Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:01:01.1805001Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:01:01.2049654Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:01:01.2140404Z ##[endgroup]
2026-06-06T06:01:01.2143708Z ##[group]Fetching the repository
2026-06-06T06:01:01.2149064Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c152807598acd6121475800715101621e9dd9550:refs/remotes/origin/dev-freeform
2026-06-06T06:01:02.0823835Z From https://github.com/SaberMage/spt-core
2026-06-06T06:01:02.0828748Z  + 422304c...c152807 c152807598acd6121475800715101621e9dd9550 -> origin/dev-freeform  (forced update)
2026-06-06T06:01:02.0854056Z ##[endgroup]
2026-06-06T06:01:02.0856661Z ##[group]Determining the checkout info
2026-06-06T06:01:02.0859557Z ##[endgroup]
2026-06-06T06:01:02.0861407Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:01:02.0913044Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:01:02.0951333Z ##[group]Checking out the ref
2026-06-06T06:01:02.0955984Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:01:02.1156117Z Warning: you are leaving 1 commit behind, not connected to
2026-06-06T06:01:02.1158423Z any of your branches:
2026-06-06T06:01:02.1159467Z 
2026-06-06T06:01:02.1160917Z   422304c fix(docs-site): theme sizing — mdBook root is 10px, not 16px
2026-06-06T06:01:02.1162649Z 
2026-06-06T06:01:02.1163797Z If you want to keep it by creating a new branch, this may be a good time
2026-06-06T06:01:02.1166452Z to do so with:
2026-06-06T06:01:02.1167259Z 
2026-06-06T06:01:02.1167929Z  git branch <new-branch-name> 422304c
2026-06-06T06:01:02.1169091Z 
2026-06-06T06:01:02.1169949Z Switched to a new branch 'dev-freeform'
2026-06-06T06:01:02.1172667Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:01:02.1178426Z ##[endgroup]
2026-06-06T06:01:02.1226816Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:01:02.1266093Z c152807598acd6121475800715101621e9dd9550
